ServiceGetAttachment Method (AttachmentInfo, AttachmentShape) |
Retrieve existing attachment.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Attachment GetAttachment(
AttachmentInfo attachmentInfo,
AttachmentShape attachmentShape
)
Public Function GetAttachment (
attachmentInfo As AttachmentInfo,
attachmentShape As AttachmentShape
) As Attachment
Parameters
- attachmentInfo
- Type: Independentsoft.ExchangeAttachmentInfo
The ID of attachment to return. - attachmentShape
- Type: Independentsoft.ExchangeAttachmentShape
Specify which attachment information should be returned.
Return Value
Type:
AttachmentAttachment.
Exceptions
See Also